home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c++
- Subject: Re: MSVC++
- Date: 1 Mar 1996 17:43:44 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4h7d0g$ojd@news.interpath.net>
- References: <4gt1s9$m7r@pixar.com>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Shalini Govil (shalini) wrote:
-
- : a> Will the 16 bit code compile verbatim as 32 bit?
-
- I imagine it will unless it uses some function that no longer
- exists. The real question is will it WORK in 32 bit! DLLs have
- changed -- the entry and exit points, etc are different.
-
- : b> MSVC++ V4.0 ONLY compiled in 32 bit. I was looking for something which would
- : compile both 16 bit and 32 bit. Any other compilers out there which could do
- : this?
-
- Borland's compiler supports multiple targets in the same compiler; I think
- some of the others I've never used do too like Watcom.
-
- Scott
-
-
-